NevronOpenVision
Nevron.Nov.DataStructures Namespace / NMap<TKey,TValue> Class


In This Topic
NMap<TKey,TValue> Class Methods
In This Topic

For a list of all members of this type, see NMap<TKey,TValue> members.

Public Methods
 NameDescription
Public MethodOverloaded. Adds the specified key-value pair. Throws an exception if a key-value pair with the same key already exists.  
Public MethodRemoves all entries from the map.  
Public MethodOverloaded. Queries whether this map contains a value for the specified key  
Public MethodCopies all items of this set to the specified array, starting from the specified array index.  
Public MethodGets the value that corresponds to the specified key. Throws an exception, if item for this key does not exist.  
Public MethodGets a key-value pair iterator  
Public Method  
Public MethodOverloaded. Removes the key-value pair that has the specified key from the map.  
Public MethodSets the value for the specified key. If key-value association already exists, the value is replaced.  
Public MethodConverts this set to an array.  
Public MethodTries to get the value for the specified key.  
Top
See Also